You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
clMtxExpr Class
>
clMtxExpr Methods
>
clMtxExpr.DotProdc Method
Dew Math for .NET
clMtxExpr.DotProdc Method
clMtxExpr Class
clMtxExpr Members
Dew.Math.Units Namespace
clMtxExpr Methods
Collapse All
Returns the dot product: sum(X*Y).
Syntax
C#
Visual Basic
public
static
TCplx
DotProdc
([In]
TOpenCLVector
X
, [In]
TOpenCLVector
Y
,
bool
ConjY
);
Public
static
Function
DotProdc
(
X
As
[In]
TOpenCLVector
,
Y
As
[In]
TOpenCLVector
,
ConjY
=
false
)
As
TCplx
Remarks
Internally calls
clVector.DotProdc
Group
clMtxExpr Methods
Links
clMtxExpr Class
,
clMtxExpr Members
,
Dew.Math.Units Namespace
,
clMtxExpr Methods
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!